1. Overview
The Cargo Types document in the VSD Fleet Management System (VSD Fleet MS) module is used to define the different cargo types handled by the fleet. This document provides information about the name of the cargo type and the required permits for the import of each cargo. It helps in streamlining the process of cargo management by ensuring that all required permits are tracked efficiently.
2. Key Features
- Cargo Name: Define the name of the cargo type.
- Required Permits: Track permits required for local import of each cargo type using a child table.
- Permissions: Easily manage user access to cargo types through role-based permissions.
3. Pre-Requisites
Before using the Cargo Types document, ensure that the following prerequisites are met:
- The Cargo Type Details Doctype must be configured to capture the required permits.
- The user must have appropriate permissions to create and manage Cargo Types.
4. Step-by-Step Usage
Navigate to Cargo Types
Go to:
VSD Fleet MS→Cargo Management→Cargo TypesConfigure Cargo Types
- Cargo Name: Enter the name of the cargo type.
- Required Permits: Add entries in the child table to specify which permits are required for the import of this cargo.
(Example: "Import Permit A", "Import Permit B")
Save the Cargo Type
Once all necessary information is entered, click Save to add the cargo type to the system.
5. Script Customizations
No script customizations are available by default for the Cargo Types Doctype. However, developers can extend the functionality of this Doctype by adding custom logic in the CargoTypes class. For example, custom validation can be added before saving a cargo type or the automation of permit creation based on cargo type selection.
6. Troubleshooting (Common Errors and Resolutions)
| Error | Cause | Resolution |
|---|---|---|
| Cargo Name is required | Cargo name field is left blank. | Ensure the cargo name is filled in before saving the document. |
| Missing permit details | Permits not added in the child table. | Add the required permit details in the Required Permits section. |
| Permission error when saving | User lacks the necessary permissions. | Check the user role permissions and assign the appropriate roles. |
7. User Roles and Permissions
By default, the following roles are provided access to the Cargo Types document:
- Clearing Agent
- Can Create, Read, Write, Delete, and Export Cargo Types.
- Can Print and Share Cargo Types.
You can customize these permissions based on business requirements using the Role Permission Manager.
8. Key Notes
- The Cargo Types document is single-doctype. Only one record is expected to exist for each cargo type.
- The Required Permits section is crucial to ensure all necessary documentation is prepared for each cargo type.
- Ensure that permits and their details are correctly configured in the linked Cargo Type Details Doctype for accurate tracking.
9. What Business Process Pain Point Does It Help Remove
The Cargo Types Doctype helps remove inefficiencies related to managing cargo import permits. It centralizes all relevant information about cargo types and associated permits, ensuring a streamlined process for import approvals. This document helps reduce the chances of delays due to missing or incorrect documentation.